home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_1397
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-21
|
531b
|
31 lines
on(release){
if(name eq "testbug")
{
stopAllSounds();
gotoAndStop(4419);
}
else if(3 >= state)
{
gotoAndStop(4333);
}
else if(state == 4 or state == 9)
{
if(count != 6)
{
gotoAndStop(4343);
}
else if(ship >= 6000 and count == 6)
{
gotoAndStop(4363);
}
}
else if(state == 5 and count != 6)
{
gotoAndStop(4373);
}
else if(state == 5 and count == 6)
{
gotoAndStop(4383);
}
}